Scroll to navigation

composefs-info(1)(composefs) Commands composefs-info(1)(composefs)

NAME

composefs-info - print information about a composefs image

SYNOPSIS

composefs-info [ls|objects|missing-objects|dump] IMAGE [IMAGE2 IMAGE3 ...]

DESCRIPTION

The composefs-info command lets you inspect a composefs image. It has several sub-commands:

Prints a simple list of the files and directorie in the images as well as their backing file or symlink target.

Prints a list of all the backing files referenced by the images, in sorted order.

Prints a list of all the missing backing files referenced by the images, in sorted order, given a backing file store passed in using the --basedir option.

Prints a full dump of the images in a line based textual format. See composefs-dump(5) for more details. This format is also accepted as input to mkcomposefs if the --from-file option is used.

OPTIONS

The provided IMAGE argument must be a composefs file. Multiple images can be specified.

compoosefs-info accepts the following options:

This should point to a directory of backing files, and will be used by the missing-objects command to know what files are available.

SEE ALSO

composefs-info(1), composefs-dump(5)

composefs upstream ⟨https://github.com/containers/composefs⟩

| User